Skip to content

More clear description of sendJSON() method#1061

Open
mildabre wants to merge 119 commits intonette:masterfrom
mildabre:patch-18
Open

More clear description of sendJSON() method#1061
mildabre wants to merge 119 commits intonette:masterfrom
mildabre:patch-18

Conversation

@mildabre
Copy link
Contributor

@mildabre mildabre commented Nov 2, 2024

I propose describe the function of sendJSON() method more clear, in current version is written: "Příklad action-metody, která odešle data ve formátu JSON", but the data are sent not by action method, but by sendJSON() method.

Also it is important add info, that the data are both encoded into JSON and send as http response, to avoid confusing that you should pass into the method data already encoded in JSON - small difference in meaning but important!

@dg dg force-pushed the master branch 30 times, most recently from e0bc7f4 to 3c92c82 Compare December 18, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.